home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / HDRCubeMap / HDRCubeMap.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  4.8 KB  |  195 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="HDRCubeMap"
  6.     ProjectGUID="{B88DFC02-3FCB-4829-83F5-BACD35D25169}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="1">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories="..\..\Common"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="3"
  28.                 PrecompiledHeaderThrough="dxstdafx.h"
  29.                 WarningLevel="3"
  30.                 Detect64BitPortabilityProblems="TRUE"
  31.                 DebugInformationFormat="4"/>
  32.             <Tool
  33.                 Name="VCCustomBuildTool"/>
  34.             <Tool
  35.                 Name="VCLinkerTool"
  36.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  37.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9dt.lib d3d9.lib winmm.lib comctl32.lib"
  38.                 LinkIncremental="2"
  39.                 AdditionalLibraryDirectories=""
  40.                 GenerateDebugInformation="TRUE"
  41.                 ProgramDatabaseFile="$(OutDir)/HDRCubeMap.pdb"
  42.                 SubSystem="2"
  43.                 TargetMachine="1"/>
  44.             <Tool
  45.                 Name="VCMIDLTool"/>
  46.             <Tool
  47.                 Name="VCPostBuildEventTool"/>
  48.             <Tool
  49.                 Name="VCPreBuildEventTool"/>
  50.             <Tool
  51.                 Name="VCPreLinkEventTool"/>
  52.             <Tool
  53.                 Name="VCResourceCompilerTool"/>
  54.             <Tool
  55.                 Name="VCWebServiceProxyGeneratorTool"/>
  56.             <Tool
  57.                 Name="VCWebDeploymentTool"/>
  58.         </Configuration>
  59.         <Configuration
  60.             Name="Release|Win32"
  61.             OutputDirectory="Release"
  62.             IntermediateDirectory="Release"
  63.             ConfigurationType="1"
  64.             CharacterSet="1">
  65.             <Tool
  66.                 Name="VCCLCompilerTool"
  67.                 Optimization="2"
  68.                 InlineFunctionExpansion="1"
  69.                 OmitFramePointers="TRUE"
  70.                 AdditionalIncludeDirectories="..\..\Common"
  71.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  72.                 StringPooling="TRUE"
  73.                 ExceptionHandling="FALSE"
  74.                 RuntimeLibrary="4"
  75.                 EnableFunctionLevelLinking="TRUE"
  76.                 UsePrecompiledHeader="3"
  77.                 PrecompiledHeaderThrough="dxstdafx.h"
  78.                 WarningLevel="3"
  79.                 Detect64BitPortabilityProblems="TRUE"
  80.                 DebugInformationFormat="3"/>
  81.             <Tool
  82.                 Name="VCCustomBuildTool"/>
  83.             <Tool
  84.                 Name="VCLinkerTool"
  85.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  86.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  87.                 OutputFile="$(OutDir)/HDRCubeMap.exe"
  88.                 LinkIncremental="1"
  89.                 GenerateDebugInformation="TRUE"
  90.                 SubSystem="2"
  91.                 OptimizeReferences="2"
  92.                 EnableCOMDATFolding="2"
  93.                 TargetMachine="1"/>
  94.             <Tool
  95.                 Name="VCMIDLTool"/>
  96.             <Tool
  97.                 Name="VCPostBuildEventTool"/>
  98.             <Tool
  99.                 Name="VCPreBuildEventTool"/>
  100.             <Tool
  101.                 Name="VCPreLinkEventTool"/>
  102.             <Tool
  103.                 Name="VCResourceCompilerTool"/>
  104.             <Tool
  105.                 Name="VCWebServiceProxyGeneratorTool"/>
  106.             <Tool
  107.                 Name="VCWebDeploymentTool"/>
  108.         </Configuration>
  109.     </Configurations>
  110.     <Files>
  111.         <Filter
  112.             Name="Resource Files"
  113.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  114.             <File
  115.                 RelativePath="HDRCubeMap.manifest">
  116.             </File>
  117.             <File
  118.                 RelativePath=".\HDRCubeMap.rc">
  119.             </File>
  120.             <File
  121.                 RelativePath="..\..\Common\directx.ico">
  122.             </File>
  123.             <File
  124.                 RelativePath="resource.h">
  125.             </File>
  126.         </Filter>
  127.         <Filter
  128.             Name="Common"
  129.             Filter="">
  130.             <File
  131.                 RelativePath="..\..\Common\DXUTMesh.cpp">
  132.             </File>
  133.             <File
  134.                 RelativePath="..\..\Common\DXUTMesh.h">
  135.             </File>
  136.             <File
  137.                 RelativePath="..\..\Common\dxstdafx.cpp">
  138.                 <FileConfiguration
  139.                     Name="Debug|Win32">
  140.                     <Tool
  141.                         Name="VCCLCompilerTool"
  142.                         UsePrecompiledHeader="1"/>
  143.                 </FileConfiguration>
  144.                 <FileConfiguration
  145.                     Name="Release|Win32">
  146.                     <Tool
  147.                         Name="VCCLCompilerTool"
  148.                         UsePrecompiledHeader="1"/>
  149.                 </FileConfiguration>
  150.             </File>
  151.             <File
  152.                 RelativePath="..\..\Common\dxstdafx.h">
  153.             </File>
  154.             <File
  155.                 RelativePath="..\..\Common\dxut.cpp">
  156.             </File>
  157.             <File
  158.                 RelativePath="..\..\Common\dxut.h">
  159.             </File>
  160.             <File
  161.                 RelativePath="..\..\Common\dxutenum.cpp">
  162.             </File>
  163.             <File
  164.                 RelativePath="..\..\Common\dxutenum.h">
  165.             </File>
  166.             <File
  167.                 RelativePath="..\..\Common\dxutgui.cpp">
  168.             </File>
  169.             <File
  170.                 RelativePath="..\..\Common\dxutgui.h">
  171.             </File>
  172.             <File
  173.                 RelativePath="..\..\Common\dxutmisc.cpp">
  174.             </File>
  175.             <File
  176.                 RelativePath="..\..\Common\dxutmisc.h">
  177.             </File>
  178.             <File
  179.                 RelativePath="..\..\Common\dxutsettingsdlg.cpp">
  180.             </File>
  181.             <File
  182.                 RelativePath="..\..\Common\dxutsettingsdlg.h">
  183.             </File>
  184.         </Filter>
  185.         <File
  186.             RelativePath="HDRCubeMap.cpp">
  187.         </File>
  188.         <File
  189.             RelativePath="HDRCubeMap.fx">
  190.         </File>
  191.     </Files>
  192.     <Globals>
  193.     </Globals>
  194. </VisualStudioProject>
  195.